home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DFLAT.ARJ / KB.C < prev    next >
Text File  |  1991-02-18  |  124b  |  10 lines

  1. #include <stdio.h>
  2. #include <dos.h>
  3. #include "dflat.h"
  4.  
  5. void main()
  6. {
  7.     while (1)
  8.         printf("\r%02x", inp(0x60));
  9. }
  10.